summaryrefslogtreecommitdiff
path: root/app/(tabs)/alerts/[id].tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/(tabs)/alerts/[id].tsx')
-rw-r--r--app/(tabs)/alerts/[id].tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/(tabs)/alerts/[id].tsx b/app/(tabs)/alerts/[id].tsx
index 9dba92a..92856b3 100644
--- a/app/(tabs)/alerts/[id].tsx
+++ b/app/(tabs)/alerts/[id].tsx
@@ -158,7 +158,7 @@ export default function AlertIdScreen() {
const theme = useColorScheme() ?? 'light';
return (
- <ParallaxScrollView>
+ <ParallaxScrollView token={token} userId={userId}>
{alert === null ? (
<ThemedView>
<ThemedText>Loading...</ThemedText>